﻿@charset "utf-8";
/*reset*/
/* CSS reset for c_b */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
table th, table td {
	padding: 5px;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, th, var, i {
	font-style: normal;/* font-weight:normal; */
}
ol, ul {
	list-style: none;
}
ception, th {
	text-align: left;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
a {
	color: #666;
	text-decoration: none;
}  /*for ie f6n.net*/
a:focus {
	outline: none;
} /*for ff f6n.net*/
a:hover {
	text-decoration: underline;
}
/*定位*/



.tl {
	text-align: left;
}
.tc {
	text-align: center;
}
.tr {
	text-align: right;
}
.bc {
	margin-left: auto;
	margin-right: auto;
}
.fl {
	float: left;
	display: inline;
}
.fr {
	float: right;
	display: inline;
}
.zoom {
	zoom: 1
}
.hidden {
	visibility: hidden;
}
.vam {
	vertical-align: middle;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
}
p {
	word-spacing: -1.5px;
}
 -moz-box-sizing:content-box;
 -webkit-box-sizing:content-box;
 box-sizing:content-box;
/*其他*/



.curp {
	cursor: pointer
}
;
/*原reset*/



sup {
	vertical-align: baseline;
}
sub {
	vertical-align: baseline;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	outline: none;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
input, button, textarea, select {
*font-size:100%;
}
input, select {
	vertical-align: middle;
}
body {
	font: 12px/1.231 arial, helvetica, clean, sans-serif;
}
select, input, button, textarea, button {
	font: 99% arial, helvetica, clean, sans-serif;
}
table {
	font-size: inherit;
	font: 100%;
	border-collapse: collapse;
}
pre, code, kbd, samp, tt {
	font-family: monospace;
*font-size:108%;
	line-height: 100%;
}
/*title*/



h1 {
	font-size: 32px;
}
h2 {
	font-size: 26px;
}
h3 {
	font-size: 20px;
}
h4 {
	font-size: 14px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10px;
}
/*end reset*/











/*清除浮动*/



.clearfix:after {
	content: '';
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix { /*兼容 IE*/
	zoom: 1;
}
#roll_top, #fall, #ct {
	position: relative;
	cursor: pointer;
	height: 52px;
	width: 52px
}
#roll_top {
	background: url(top.gif) no-repeat
}
#fall {
	background: url(top.gif) no-repeat 0 -80px
}
#ct {
	background: url(top.gif) no-repeat 0 -40px
}
#roll {
	display: block;
	width: 15px;
	margin-right: -558px;
	position: fixed;
	right: 46%;
	top: 80%;
	_margin-right: -558px;
	_position: absolute;
_top:expression(eval(document.documentElement.scrollTop+document.documentElement.clientHeight*0.8));
	z-index: 100;
}
/* CSS Document */



body {
	background-color: #fff;
	overflow-x: hidden;
	color: #666;
	font-size: 12px;
	font-family: microsoft yahei, "宋体";
	position: relative;
}/*网站字体颜色*/
.content, .footer, .container {
	margin-left: auto;
	margin-right: auto;
	width: 1330px;
}
/* header部分 */



.wrap-header {
	height: 45px;
	background: #e8e8e8;
}
.iabout {
	margin-top:3rem;
	margin-bottom: 1rem;
}
.iabout .right-box img {
	width: 100%;
}
.iabout .right-box .img-wrap {
	position: relative;
}
.iabout .right-box .img-wrap .ic-logo {
	width: 0.74rem;
	height: 0.74rem;
	background-image: url('logo_pd.png');
	background-size: contain;
	right: 0.7rem;
	top: 0.7rem;
	position: absolute;
}
.iabout .left-box .text {
	color: #666666;
	line-height: 35px;
	margin-bottom: 0.5rem;
	height: 280px;
	font-size: 16px;
}
.iabout .more-wrap {
	position: relative;
	background: #000;
	overflow: hidden;
	display: block;
	margin: 0 auto;
}
.iabout .more-wrap img {
	width: 100%;
}
.iabout .more-wrap .more1 {
	top: 50%;
	-webkit-transform: translateY(-50%) translateX(-50%);
	-moz-transform: translateY(-50%) translateX(-50%);
	-ms-transform: translateY(-50%) translateX(-50%);
	-o-transform: translateY(-50%) translateX(-50%);
	transform: translateY(-50%) translateX(-50%);
	left: 50%;
	position: absolute;
	color: #fff;
}
.iabout .more-wrap img {
	-webkit-transition: 0.3s;
	-o-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
}
.iabout .more-wrap:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-ms-transform: scale(1.1);
	-o-transform: scale(1.1);
	transform: scale(1.1);
}
.iabout .more-wrap:Hover img {
	opacity: 0.5;
}

@media (max-width: 1200px) {
.iabout .left-box .text {
	height: auto; width:600px;
}
.iabout .right-box img{ width:400px;}
.iabout .more-wrap {
	margin-bottom: 0.5rem;
	background: none;
}
.iabout .more-wrap .more1 {
	position: static;
	color: #333;
	transform: none;
	left: auto;
	top: auto;
}
.iabout .more-wrap .more1 .ic-lmore {
	background-image: url('ic_more2.png');
	width: 50px;
}
.iabout .more-wrap img {
	display: none;
}
}

@media (max-width: 768px) {
.iabout {
	margin-bottom: 0.5rem;
}
.iabout .left-box .text {
	line-height: 1.7;
}
}

@media (max-width: 480px) {
.iabout .left-box .text {
	font-size: 12px;
}
}
.wrap2 {
	position: relative;
	max-width: 1500px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding-left: 50px;
	padding-right: 50px;
}
.hd-search {
	border: 1px solid rgba(255, 255, 255, 0.5);
	width: 230px;
	color: #fff
}
.hd-search input {
	border: 0;
	box-shadow: none;
	outline: none;
	background: none;
	height: 42px;
	line-height: 42px;
	color: #fff;
}
.hd-search .key {
	width: 90%;
	text-indent: 12px;
	color: #ffff;
}
.hd-search .submit {
	background: url(search.png) no-repeat center;
	width: 2rem;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	background-size: 24px;
}
.hidden-lg {
	display: none !important;
}
/* nav部分 */



.Nav {
	height: 55px;
	background: url(navbg.png) repeat-x;
	border-bottom: 1px solid #171717;
	z-index: 5;
	position: relative;
}
.Nav .navBox {
	line-height: 55px;
}
.Nav .navUl {
	width: 102%
}
.Nav .navUl>li {
	font-size: 16px;
	float: left;
	background: url(navbd.png) no-repeat left center;
	margin-left: 1px;
	position: relative;
}
.Nav .navUl>li a {
	color: #fff;
}
.Nav .navUl>li:hover, .Nav .navUl>li.cur {
	background: #aacd06;
	border-bottom: 1px solid #007234;
}
.Nav .navUl>li:first-child a {
	display: block;
	background: url(navicon01.png) no-repeat 28px center;
	padding: 0 35px 0 50px !important;
}
/*.Nav .navUl>li:last-child a {padding: 0 40px !important;}*/



/*.Nav .navUl>li:hover ul {display: block;}



.Nav .navUl>li ul {display: none; position: absolute;background:url(bg01.png);top: 56px;}



.Nav .navUl>li ul li {height: 35px;line-height: 35px;padding:0 30px 0 40px;white-space: nowrap;background: url(pbg2.png) no-repeat 15px center;}



.Nav .navUl>li ul li a {color: #fff;}



.Nav .navUl>li ul li:hover a {color: #ff6000;}*/



/**/



.wrap-footer {
	height: 315px;
	background: #333333;
}
.footer {
	height: 315px;
	position: relative;
	color: #fff;
	width: 1200px;
	margin: 0 auto
}
.footer a {
	color: #b6b6b6;
}
.footer .f_left {
	width: 180px;
	height: 280px;
	text-align: center;
	background: #fff;
	position: absolute;
	left: 0;
	top: 0;
}
.footer .f_left dl dt {
	padding-top: 22px;
	margin-bottom: 10px;
}
.footer .f_left dl dt img {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 160px;
}
.footer .f_left dl dd.dd1 {
	font-size: 14px;
	color: #333;
}
.footer .f_left dl dd.dd2 {
	font-size: 13px;
	width: 125px;
	margin: 16px auto 12px auto;
	height: 9px;
	position: relative;
	border-bottom: 1px solid #999999;
}
.footer .f_left dl dd.dd2 i {
	display: block;
	width: 70px;
	margin: 0 auto;
	background: #fff;
	color: #333;
}
.footer .f_left dl dd.dd3 {
	font-size: 20px;
	color: #0d4e9b;
	font-weight: bold;
}
.footer .f_top {
	margin-left: 180px;
	height: 50px;
	border-bottom: 1px solid #545454;
	padding-left: 40px;
}
.footer .f_top ul.top_ul li {
	float: left;
	height: 50px;
	line-height: 50px;
	padding: 0 19px;
	font-size: 14px;
}
.footer .f_top ul.top_ul li:first-child {
	padding-left: 0;
}
.footer .f_top ul.top_ul li:hover a {
	color: #fff;
}
.footer .f_bot {
	margin-left: 180px;
	padding: 32px 0 0 40px;
	height: 200px;
}
.footer .f_bot ul.bot_ul1 {
	padding: 0 55px 0 55px;
	border-left: 1px solid #545454;
	float: left;
	height: 190px;
}
.footer .f_bot ul.bot_ul1:first-child {
	padding-left: 0;
	border-left: none;
}
.footer .f_bot ul.bot_ul1 li {
	line-height: 28px;
	font-size: 13px;
	position: relative;
	color: #b6b6b6;
}
.footer .f_bot ul.bot_ul2 li {
	line-height: 20px;
	font-size: 13px;
	position: relative;
	color: #b6b6b6;
}
.footer .f_bot ul.bot_ul1 li i {
	display: block;
	height: 18px;
	width: 3px;
	background: #fff;
	position: absolute;
	left: -19px;
	top: 0;
}
.footer .f_bot ul.bot_ul1 li:first-child {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 15px;
	height: 18px;
	line-height: 18px;
}
.footer .f_bot ul.bot_ul1 li:first-child a {
	color: #fff;
}
.footer .f_bot ul.bot_ul1 li:hover a {
	color: #fff;
}
.f_icp {
	text-align: center;
	height:auto;
	line-height: 30px;
	background: #0d4e9b;
	color: #fff;
	font-size: 13px;
}
.f_icp a {
	color: #fff;
}
.f_icp p{ line-height:35px;}
.f_icp img {
	position: relative;
	top: 5px;
	left: 5px;
}
a:hover {
	text-decoration: none;
}
/* 返回顶部样式 */ 



.retop ul {
	overflow: hidden;
}
.retop li {
	float: left;
	margin-left: 10px;
}
.retop li img {
	display: block;
}
.rtTop {
	width: 43px;
	height: 43px;
	overflow: hidden;
	position: fixed;
	top: 85%;
	right: 46%;
	margin-right: -615px;
	cursor: pointer;
	display: none;
}
.rtTop h4 {
	width: 43px;
	height: 43px;
	overflow: hidden;
	position: relative;
}
.rtTop img {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
}
/* 消息框样式 */ 



#mesbook1_c, #mesbook1 {
	display: none;
	z-index: 1001;
	width: 398px;
	border: 1px solid #ccc;
	background: #fff;
	padding-bottom: 20px;
}
#mesbook1_c div, #mesbook1 div {
	border: 1px solid #E4E3E3;
	background: #EBECEB;
	height: 18px;
	padding: 4px .5em 0;
	margin-bottom: 10px;
}
#mesbook1_c dl.b1, #mesbook1 dl.b1 {
	width: 370px;
	margin: 0 auto;
}
#mesbook1_c dl.b1 dt, #mesbook1 dl.b1 dt {
	float: left;
	width: 105px;
	overflow: hidden;
}
#mesbook1_c dl.b1 dd, #mesbook1 dl.b1 dd {
	width: 265px;
	float: right;
}
#mesbook1_c #mesbook1_cBtns, #mesbook1 #mesbook1Btns {
	padding-bottom: 10px;
}
#mesbook1_c #mesbook1_cBtns input, #mesbook1 #mesbook1Btns input {
	margin-right: 20px;
}
.b15 {
	background: url(skinsvibtn.png) no-repeat;
	border: 0;
	cursor: pointer;
	overflow: hidden;
}
.b15 {
	background-position: -79px -650px;
	width: 60px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
/* PCflash样式 */ 



#flashs {
	position: relative;
	height: 640px;
	overflow: hidden;
	margin-top: 100px;
}
#flashs .bgitem {
	z-index: 1;
	position: absolute;
	top: 0;
}
#flashs .btn {
	width: 100%;
	text-align: center;
	position: absolute;
	bottom: 15px;
	left: 0;
	z-index: 15555555;
}
#flashs .btn span {
	display: inline-block;
*display: inline;
	width: 69px;
	height: 7px;
	background: #fff;
	margin-left: 6px;
	cursor: pointer;
	font-size: 0;
	border: 1px solid #C2BAB4;
}
#flashs .btn span {
*display:inline;
}
#flashs .btn span:first-child {
	margin-left: 0;
}
#flashs .btn .cur {
	background: #0d4e9b;
	border: 1px solid #0d4e9b;
}
 @charset "utf-8";
/* CSS Document */







p.p_title {
	font-size: 32px;
	text-align: center;
	font-weight: bold;
	padding-top: 50px;
	text-transform: uppercase;
	color: #cccccc;
}
h2.h2_title {
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
}
h2.h2_title i {
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: middle;
	width: 230px;
	height: 3px;
}
h2.h2_title i.titl {
	background: url(titl01.png) no-repeat right center;
}
h2.h2_title i.titr {
	background: url(titr01.png) no-repeat left center;
}
h2.h2_title a {
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: middle;
	padding: 0 15px;
	color: #333;
}
h2.h2_title span {
	display: inline-block;
*display: inline;
*zoom: 1;
	vertical-align: middle;
	padding: 0 15px;
	color: #333;
}
/* banner部分 */



.banner {
	overflow: hidden;
	width: 100%;
	position: relative;
	z-index: 1;
}
.banner a {
	overflow: hidden;
	width: 100%;
	height: 548px;
	display: block;
	background: url(banner01.jpg) no-repeat center;
}
.banner p.ban_switch {
	position: absolute;
	left: 0;
	bottom: 22px;
	width: 100%;
	text-align: center;
}
.banner p.ban_switch span {
	display: inline-block;
*display: inline;
*zoom: 1;
	width: 57px;
	height: 4px;
	margin-right: 5px;
	cursor: pointer;
	border: 1px solid #c2bab4;
}
.banner p.ban_switch span.cur {
	background: #0d4e9b;
	border: 1px solid #0d4e9b;
}
/* search部分 */



.wrap-search {
	height: 80px;
	background: url(l_bg.png);
}
.search .keyword {
	font-size: 14px;
	color: #333;
	float: left;
	margin-top: 32px;
	height: 16px;
	line-height: 16px;
}
.search .keyword span {
	float: left;
	width: 90px;
	color: #333;
	font-weight: bold;
}
.search .keyword p {
	float: left;
}
.search .keyword p a {
	float: left;
	color: #888;
	font-size: 14px;
	margin-right: 10px;
}
.search .keyword p a:hover {
	color: #0d4e9b;
}
.search .keyword a:first-child {
	padding-left: 0;
	border-left: none;
}
.search .inp {
	float: right;
	width: 360px;
	height: 41px;
	margin-top: 19px;
	border: 1px solid #dbdbdb;
	overflow: hidden;
	background: #fff;
}
.search .inp input {
	border: none;
	height: 41px;
	line-height: 41px;
	width: 314px;
	float: left;
	text-indent: 12px;
	font-size: 14px;
	color: #888;
}
.search .inp .sea {
	display: block;
	float: right;
	width: 44px;
	height: 23px;
	position: relative;
	top: 9px;
	background: url(search.png) no-repeat center;
	border-left: 1px solid #d3d3d3;
}
/*  product   */
.product {
	padding-bottom: 30px;
	background: url(cpbj.jpg) no-repeat center top;
}
.pro_con .pro_left {
	padding: 0 13px 13px 13px;
	background: #0d4e9b;
}
.pro_con .pro_left h2 {
	padding: 30px 0;
	text-align: center;
	position: relative;
	font-size: 27px;
	height: 33px;
	background: #0d4e9b;
	width: 240px;
}
.pro_con .pro_left h2 a {
	color: #fff;
}
.pro_con .pro_left h2 i {
	display: block;
	font-size: 12px;
	text-transform: uppercase;
	color: #fff;
}
.pro_con .pro_left .left_con {
	width: 240px;
	background: #fff;
	padding: 12px;
	border-radius: 5px;
}
.pro_con .pro_left .left_con .con_p1 {
	height: 44px;
	line-height: 44px;
	font-size: 18px;
	background: #0d4e9b;
	color: #fff;
	text-indent: 21px;
	border-radius: 5px;
	margin-bottom: 10px;
}
.pro_con .pro_left .left_con ul {
	padding-bottom: 20px;
}
.pro_con .pro_left .left_con ul li {
	background: #e6e6e6;
	font-weight: bold;
	height: 36px;
	font-size: 16px;
	position: relative;
	border-bottom: 1px solid #fff;
	text-align: center;
}
.pro_con .pro_left .left_con ul p {
	position: relative;
	height: auto;
	line-height: 30px;
	color: #777777;
	overflow: auto;
}
.pro_con .pro_left .left_con ul p a {
	position: relative;
	color: #777777;
	background: url(ico01.gif) no-repeat 3px center;
	height: 30px;
	padding-left: 10px;
	width: 200px;
	float: left;
	font-size: 13px;
	text-align: center;
}
.pro_con .pro_left .left_con ul li a {
	display: block;
	line-height: 36px;
	height: 36px;/* padding-left: 12px; */
}
.pro_con .pro_left .left_con a.pro_more {
	display: block;
	height: 42px;
	line-height: 42px;
	text-indent: 20px;
	font-size: 18px;
	border: 2px solid #ff6c04;
	color: #666;
	border-radius: 3px; text-align:center;
}
.pro_con .pro_left .left_con ul li.cur a, .pro_con .pro_left .left_con ul li:hover a {
	color: #0d4e9b;
	background: url(projt.png) no-repeat 190px center;
}
.pro_con .pro_left .left_con ul li.cur, .pro_con .pro_left .left_con ul li:hover {
	background: #e6e6e6;
	font-weight: bold;
}
.pro_con .con_right {
	width: 1000px;
}
.pro_con .con_right h3 {
	font-size: 25px;
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}
.pro_con .con_right h3 a {
	color: #333;
}
.pro_con .con_right h3 em {
	font-size: 14px;
	color: #999999;
	margin-left: 15px;
}
.pro_con .con_right h3 a.ckgda {
	float: right;
	font-size: 13px;
	font-weight: normal;
	height: 30px;
	line-height: 30px;
	color: #666;
}
.pro_con .con_right .r_top {
	height: 346px;
	border: 1px solid #d8d8d8;
	background: url(probg.png);
	position: relative;
	border-top: 5px solid #0d4e9b;
	overflow: hidden;
}
.pro_con .con_right .r_top ul {
	position: relative;
}
.pro_con .con_right .r_top ul li {
	float: left;
	position: relative;
	width: 891px;
	height: 346px;
}
.pro_con .con_right .r_top ul li .top_Img {
	display: block;
	width: 1000px;
	height: 346px;
	position: absolute;
	left: 0px;
	top: 0;
}
.pro_con .con_right .r_top ul li .top_Img img {
	display: block;
	width: 1000px;
	height: 346px;
}
.pro_con .con_right .r_top ul li dl {
	width: 365px;
	background: #fff9;
	padding: 30px 25px;
	position: absolute;
	left: 425px;
	top: 74px;
	box-shadow: 3px 3px 10px #d1e4e6;
}
.pro_con .con_right .r_top ul li dl dt {
	font-size: 25px;
	color: #0d4e9b;
	font-weight: bold;
	padding-bottom: 15px;
	border-bottom: 1px solid #d0d0d0;
	margin-bottom: 15px;
}
.pro_con .con_right .r_top ul li dl dd {
	font-size: 14px;
	line-height: 20px;
}
.pro_con .con_right .r_top ul li dl em {
	display: block;
	width: 14px;
	height: 30px;
	position: absolute;
	left: -14px;
	top: 30px;
	background: url(rla.png) no-repeat center;
}
.pro_con .con_right .r_top .pro_btnl {
	display: block;
	width: 32px;
	height: 82px;
	background: url(jtl01.png) no-repeat center;
	position: absolute;
	left: 15px;
	top: 130px;
	z-index: 2;
	cursor: pointer;
}
.pro_con .con_right .r_top .pro_btnr {
	display: block;
	width: 32px;
	height: 82px;
	background: url(jtr01.png) no-repeat center;
	position: absolute;
	right: 15px;
	top: 130px;
	z-index: 2;
	cursor: pointer;
}
.pro_con .con_right .r_bot {
	margin-top: 20px;
}
.pro_con .con_right .r_bot dl {
	width: 240px;
	margin: 0 0 14px 14px;
	float: left;
}
.pro_con .con_right .r_bot dl.bdnot {
	margin-left: 8px;
}
.pro_con .con_right .r_bot dl dt {
	width: 238px;
	border: 1px solid #d8d8d8;
	height: 238px;
	overflow: hidden;
}
.pro_con .con_right .r_bot dl dt img {
	max-width: 238px;
	max-height: 238px;
}
.pro_con .con_right .r_bot dl dd {
	height: 44px;
	line-height: 44px;
	text-align: center;
	font-size: 16px;
	background: #0d4e9b;
}
.pro_con .con_right .r_bot dl dd a {
	color: #fff;
}
.pro_con .con_right .r_bot dl:hover dt img {
	transform: scale(1.1);
}
.pro_con .con_right .r_bot dl:hover dd {
	background: #0d4e9b;
}
/**/



.advantage {
	height: 1895px;
	background: url(advbg02.jpg) no-repeat center bottom;
	position: relative;
}
.advantage .adv_top {
	height: 172px;
	background: url(advbg01.png) no-repeat center top;
}
.advantage .adv_top p.p_title {
	padding-top: 32px;
	color: #fff;
}
.advantage .adv_top h2.h2_title span {
	color: #fff;
}
.advantage .adv_top h2.h2_title i.titl {
	background: url(titl02.png) no-repeat right center;
}
.advantage .adv_top h2.h2_title i.titr {
	background: url(titr02.png) no-repeat left center;
}
.advantage .adv_con {
	height: 1722px;
	position: relative;
}
.advantage .adv_con .conbox {
	height: 322px;
	margin-top: 16px;
}
.advantage .adv_con .conbox .conImg {
	width: 522px;
}
.advantage .adv_con .conbox .contit {
	width: 470px;
	padding-top: 65px;
	position: relative;
	border-top: 1px solid #e6e6e6;
	border-bottom: 1px solid #e6e6e6;
	height: 255px;
}
.advantage .adv_con .conbox .contit .advbd {
	display: block;
	width: 1px;
	height: 1734px;
	position: absolute;
	left: 0;
	top: -27px;
	background: #0d4e9b;
}
.advantage .adv_con .conbox .contit .adv_num {
	display: block;
	width: 105px;
	height: 105px;
	background: url(advnum.png) no-repeat center;
	color: #fff;
	text-align: center;
	font-weight: bold;
	color: #fff;
	line-height: 105px;
	font-size: 36px;
	position: absolute;
	top: 100px;
}
.advantage .adv_con .conbox .contit h3 {
	font-size: 28px;
	color: #333;
}
.advantage .adv_con .conbox .contit h3 i {
	display: block;
	font-size: 18px;
	text-transform: uppercase;
	color: #999;
	margin-bottom: 40px;
}
.advantage .adv_con .conbox .contit .adv_p1 {
	font-size: 16px;
	color: #333;
	line-height: 34px;
}
.advantage .adv_con .conbox .contit.fr {
	padding-left: 100px;
	padding-right: 30px;
}
.advantage .adv_con .conbox .contit.fl {
	padding-left: 30px;
	padding-right: 100px;
}
.advantage .adv_con .conbox .contit.fr .adv_num {
	left: -52px;
}
.advantage .adv_con .conbox .contit.fl .adv_num {
	right: -52px;
}
.advantage .adv_con .conbox .adv_p2 a {
	display: block;
	margin-top: 15px;
	width: 123px;
	height: 35px;
	line-height: 35px;
	background: url(ljzxa.png) no-repeat center;
	text-indent: 22px;
	font-size: 14px;
	color: #fff;
}
.advantage .adv_con .conbox:last-child .contit {
	border-bottom: none;
}
/**/



.zxzx {
	height: 264px;
	background: #0d4e9b;
	background: url(gg.jpg) no-repeat center;
}
.zxzx .container {
	height: 264px;
	position: relative;
}
.zxzx .zxzxbg {
	width: 238px;
	height: 288px;
	background: url(zxzxbg01.png) no-repeat center;
	position: absolute;
	left: 0;
	top: -24px;
}
.zxzx .conleft {
	margin-left: 720px;
	padding-top: 190px;
	color: #fff;
}
.zxzx .conleft .zxzx_p1 {
	margin-bottom: 15px;
}
.zxzx .conleft .zxzx_p2 {
	overflow: hidden;
	position: relative;
	margin-bottom: 10px;
}
.zxzx .conleft .zxzx_p2 span {
	float: left;
	margin-right: 15px;
	padding-left: 12px;
	font-size: 16px;
	background: url(zxzx02.png) no-repeat left center;
}
.zxzx .conleft .zxzx_p3 {
	width: 440px;
	height: 42px;
	line-height: 42px;
	text-align: center;
	font-size: 22px;
	color: #4b440d;
	background: #fde200;
	border-radius: 25px;
	box-shadow: 3px 3px 10px #00803a;
	margin-bottom: 15px;
}
.zxzx .conleft .zxzx_tel {
	padding-left: 55px;
	height: 50px;
	background: url(zxzx_tel.png) no-repeat left center;
}
.zxzx .conleft .zxzx_tel .p1 {
	font-size: 14px;
	height: 20px;
	line-height: 20px;
}
.zxzx .conleft .zxzx_tel .p2 {
	font-size: 28px;
	font-weight: bold;
	height: 30px;
	line-height: 30px;
}
.zxzx .conright {
	width: 401px;
	padding: 24px 32px;
	background: #00672f;
	height: 216px;
	color: #fff;
}
.zxzx .conright h4 {
	font-size: 30px;
	font-weight: normal;
	margin-bottom: 15px;
}
.zxzx .conright h4 span {
	display: block;
	font-size: 20px;
}
.zxzx .conright .info_p1 {
	height: 40px;
	background: #fff;
	overflow: hidden;
	position: relative;
	margin-bottom: 8px;
}
.zxzx .conright .info_p1 span {
	float: left;
	width: 40px;
	height: 40px;
	border-right: 1px solid #dddddd;
	background: url(zxzx03.png) no-repeat center;
}
.zxzx .conright .info_p1 input {
	float: right;
	width: 355px;
	height: 40px;
	border: none;
	line-height: 40px;
	text-indent: 12px;
	font-size: 14px;
	color: #666;
}
.zxzx .conright .info_p2 {
	height: 40px;
	background: #fff;
	overflow: hidden;
	position: relative;
	margin-bottom: 8px;
}
.zxzx .conright .info_p2 span {
	float: left;
	width: 40px;
	height: 40px;
	border-right: 1px solid #dddddd;
	background: url(zxzx04.png) no-repeat center;
}
.zxzx .conright .info_p2 input {
	float: right;
	width: 355px;
	height: 40px;
	border: none;
	line-height: 40px;
	text-indent: 12px;
	font-size: 14px;
	color: #666;
}
.zxzx .conright a.ljtja {
	display: block;
	height: 40px;
	font-size: 21px;
	text-align: center;
	line-height: 40px;
	color: #413b0c;
	background: #fde200;
}
/**/



.sbzs {/* padding-bottom: 15px; */
}
.sbzs h2.h2_title {
	margin-bottom: 10px;
}
.sbzs .sbzs_p1 {
	font-size: 18px;
	text-align: center;
	margin-bottom: 35px;
}
.sbzs .sbzs_con {
	height: 470px;
	position: relative;
	padding-top: 20px;
	padding: 0 68px;
}
.sbzs .zg {
	height: 470px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
}
.sbzs .zg .iteam {
	position: absolute;
	overflow: hidden;
}
.sbzs .zg .iteam span {
	display: block;
	background: #000;
}
.sbzs .zg .iteam img {
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.sbzs .zg .iteam.active span {
	padding: 5px;
	background: #ccc;
}
.sbzs .zg .iteam.active img {
	opacity: 1;
	filter: alpha(opacity=100);
}
.sbzs .zg .iteam.active .item_p1 {
	line-height: 40px;
	height: 40px;
	text-align: center;
	font-size: 16px;
}
.sbzs .btn01 {
	position: absolute;
	left: 0;
	top: 140px;
	background: url(jtl01.png) no-repeat center;
	width: 32px;
	height: 82px;
	cursor: pointer;
	z-index: 4;
}
.sbzs .btn02 {
	position: absolute;
	right: 0;
	top: 140px;
	background: url(jtr01.png) no-repeat center;
	width: 32px;
	height: 82px;
	cursor: pointer;
	z-index: 4;
}
/**/



.xzdb {
	height: 1684px;
	background: url(advbg02.jpg) no-repeat center top;
}
.xzdb h2.h2_title {
	margin-bottom: 10px;
}
.xzdb .container {
	height: 1684px;
	background: url(xzdbbg.jpg) no-repeat center top;
	position: relative;
}
.xzdb .xzdb_p1 {
	height: 42px;
	background: url(xzdbbg03.png) no-repeat center;
	line-height: 42px;
	text-align: center;
	color: #fff;
	font-size: 20px;
}
.xzdb .xzdb_con .conbox {
	position: absolute;
	width: 560px;
}
.xzdb .xzdb_con .conbox .box_top {
	padding: 18px 0 0 72px;
}
.xzdb .xzdb_con .conbox .box_top span {
	display: block;
	width: 49px;
	height: 69px;
	border: 3px solid #bfbfbf;
	position: absolute;
	left: 0;
	top: 0;
}
.xzdb .xzdb_con .conbox .box_top i {
	display: block;
	width: 28px;
	padding-top: 30px;
	margin: 0 auto;
	font-size: 22px;
	border-bottom: 3px solid #bfbfbf;
	font-weight: bold;
}
.xzdb .xzdb_con .conbox .box_top .p1 {
	font-size: 22px;
	font-weight: bold;
	color: #333;
}
.xzdb .xzdb_con .conbox .box_top .p2 {
	font-size: 16px;
	text-transform: uppercase;
	color: #bfbfbf;
}
.xzdb .xzdb_con .conbox .box_top em {
	display: block;
	width: 127px;
	height: 3px;
	background: #0d4e9b;
	margin-top: 8px;
}
.xzdb .xzdb_con .conbox ul {
	margin-top: 50px;
}
.xzdb .xzdb_con .conbox ul li {
	font-size: 16px;
	color: #333;
	margin-bottom: 15px;
	height: 24;
	line-height: 24px;
	background: url(icon01.png) no-repeat left center;
	padding-left: 22px;
}
.xzdb .xzdb_con .conbox ul li b {
	color: #ff6c04;
}
.xzdb .xzdb_con .con1 {
	right: 0;
	top: 258px;
}
.xzdb .xzdb_con .con2 {
	left: 0;
	top: 595px;
}
.xzdb .xzdb_con .con3 {
	right: 0;
	top: 930px;
}
.xzdb .xzdb_con .con4 {
	left: 0;
	top: 1330px;
}
.xzdb .xzdb_con .xzdb_tel {
	display: block;
	width: 322px;
	height: 92px;
	background: url(xzdbtel.png) no-repeat left top;
	position: absolute;
	left: 567px;
	top: 1350px;
}
.xzdb .xzdb_con .xzdb_tel span {
	display: block;
	width: 46px;
	height: 46px;
	background: url(zxzx_tel.png) no-repeat center;
	position: absolute;
	left: 32px;
	top: 15px;
}
.xzdb .xzdb_con .xzdb_tel .p1 {
	font-size: 14px;
	color: #fff;
	padding-top: 15px;
	margin-left: 90px;
}
.xzdb .xzdb_con .xzdb_tel .p2 {
	font-size: 26px;
	color: #fff;
	margin-left: 90px;
}
/**/



.dzlc {
	background: #0d4e9b;
	height: 425px;
}
.dzlc .dzlcline {
	height: 425px;
	background: url(line01.png) no-repeat center 215px;
}
.dzlc p.p_title {
	color: #fff;
}
.dzlc h2.h2_title span {
	color: #fff;
}
.dzlc h2.h2_title i.titl {
	background: url(titl02.png) no-repeat right center;
}
.dzlc h2.h2_title i.titr {
	background: url(titr02.png) no-repeat left center;
}
.dzlc .dzlc_con {
	height: 180px;
	background: url(dzlc01.png) no-repeat center top;
}
.dzlc .dzlc_con ul {
	height: 30px;
	line-height: 30px;
	text-align: center;
	padding-top: 140px;
}
.dzlc .dzlc_con ul li {
	float: left;
	width: 130px;
	margin-left: 45px;
	font-size: 16px;
	color: #fff;
}
.dzlc .dzlc_con ul li:first-child {
	margin-left: 80px;
}
.dzlc .dzlc_ljzx {
	display: block;
	width: 153px;
	height: 36px;
	line-height: 36px;
	text-indent: 31px;
	font-size: 14px;
	color: #fff;
	background: url(jtr02.png) no-repeat 94px center;
	border: 1px solid #fff;
	margin: 15px auto 0 auto;
}
/**/



.dzal {
	padding-bottom: 70px;
}
.dzal h2.h2_title {
	margin-bottom: 10px;
}
.dzal .dzal_p1 {
	font-size: 18px;
	color: #666;
	text-align: center;
	margin-bottom: 30px;
}
.dzal .dzal_con {
}
.dzal .dzal_con dl {
	width: 383px;
	border: 1px solid #999999;
	float: left;
	padding-bottom: 50px;
	position: relative;
	margin-left: 22px;
}
.dzal .dzal_con dl:first-child {
	margin-left: 0;
}
.dzal .dzal_con dl dt {
	width: 385px;
	height: 280px;
	margin: -1px 0 0 -1px;
	position: relative;
}
.dzal .dzal_con dl dt i {
	display: block;
	width: 67px;
	height: 67px;
	background: url(dzal02.png) no-repeat center;
	position: absolute;
	left: 50%;
	margin-left: -33px;
	bottom: -33px;
}
.dzal .dzal_con dl dt img {
	display: block;
	width: 385px;
	height: 280px;
}
.dzal .dzal_con dl dd.dd1 {
	font-size: 18px;
	font-weight: bold;
	margin: 47px 0 12px 0;
	text-align: center;
}
.dzal .dzal_con dl dd.dd1 a {
	color: #333;
}
.dzal .dzal_con dl dd.dd1 em {
	display: block;
	width: 32px;
	height: 3px;
	background: #999999;
	margin: 20px auto 0 auto;
}
.dzal .dzal_con dl dd.dd2 {
	font-size: 14px;
	line-height: 24px;
	padding: 0 25px;
}
.dzal .dzal_con dl dd.dd2 a {
	color: #333;
}
.dzal .dzal_con dl dd.dd3 {
	position: absolute;
	left: 50%;
	width: 140px;
	height: 36px;
	line-height: 36px;
	margin-left: -70px;
	bottom: -18px;
	background: #7b7b7b;
	text-align: center;
	font-size: 14px;
}
.dzal .dzal_con dl dd.dd3 a {
	color: #fff;
}
.dzal .dzal_con dl:hover dd.dd3 {
	background: #0d4e9b;
}
/**/



.about {
	padding-bottom: 55px;
	background: url(bg01.png);
}
.about .conleft {
	width: 596px;
	height: 380px;
}
.about .conright {
	width: 535px;
	height: 320px;
	background: #fff;
	padding: 30px;
	position: relative;
}
.about .conright h3 {
	font-size: 25px;
	margin-bottom: 30px;
}
.about .conright h3 span {
	display: block;
	width: 14px;
	height: 25px;
	position: absolute;
	left: 0;
	top: 31px;
	background: url(aboicon01.png) no-repeat center;
}
.about .conright h3 a {
	color: #333;
}
.about .conright h3 i {
	display: block;
	font-size: 16px;
	color: #999;
	text-transform: uppercase;
}
.about .conright .abo_p1 {
	font-size: 14px;
	line-height: 24px;
}
.about .conright .abo_p1 a {
	color: #333;
}
.about .conright a.ckgda {
	display: block;
	width: 124px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 14px;
	color: #fff;
	background: #0d4e9b;
	border-radius: 5px;
	margin-top: 30px;
}
/**/



.news {
	padding-bottom: 50px;
	height: 654px;
}
.news .conleft {
	position: relative;
}
.news .conleft .l_more {
	position: absolute;
	right: 5px;
	top: 8px;
	font-size: 14px;
	color: #333;
}
.news .news_type {
	border: 3px solid #0d4e9b;
	background: #fff;
	margin-bottom: 30px;
}
.news .news_type a {
	float: left;
	width: 50%;
	color: #222;
	height: 55px;
	line-height: 55px;
	position: relative;
	text-align: center;
	font-size: 18px;
}
.news .news_type a i {
	text-transform: uppercase;
	font-size: 14px;
}
.news .news_type a.cur {
	background: #0d4e9b;
	color: #fff;
}
.news .news_con {
}
.news .news_con .conleft {
	width: 800px;
}
.news .news_con .conleft .concase {
	display: none;
}
.news .news_con .conleft .concase.cur {
	display: block;
}
.news .news_con .conleft dl {
	padding: 0 0 20px 325px;
	position: relative;
	height: 200px;
border-bottom: 1px solid #;
}
.news .news_con .conleft dl dt {
	width: 305px;
	height: 196px;
	position: absolute;
	left: 0;
	top: 0;
}
.news .news_con .conleft dl dt img {
	width: 305px;
	height: 196px;
}
.news .news_con .conleft dl dd.dd1 {
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.news .news_con .conleft dl dd.dd1 a {
	color: #000;
	font-size: 16px;
	float: left;
	width: 380px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.news .news_con .conleft dl dd.dd1 span {
	float: right;
	font-size: 13px;
	color: #555;
}
.news .news_con .conleft dl dd.dd2 {
	margin-top: 5px;
	line-height: 24px;
	font-size: 13px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	height: 96px;
}
.news .news_con .conleft dl dd.dd3 {
	margin-top: 25px;
}
.news .news_con .conleft dl dd.dd3 a {
	display: block;
	width: 99px;
	height: 33px;
	line-height: 33px;
	text-align: center;
	background: #0d4e9b;
	color: #fff;
	font-size: 14px;
	border-radius: 5px;
}
.news .news_con .conleft ul {
	margin-top: 20px;
}
.news .news_con .conleft ul li {
	height: 40px;
	width: 365px;
	border-bottom: 1px dashed #d0d0d0;
	line-height: 40px;
	padding-left: 20px;
	font-size: 13px;
	background: url(newsicon.png) no-repeat left center;
}
.news .news_con .conleft ul li a {
	float: left;
	width: 275px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	color: #000;
}
.news .news_con .conleft ul li span {
	float: right;
	color: #000;
	width: 80px;
}
.news .news_con .conleft ul li:hover a {
	color: #0d4e9b;
}
.news .news_con .conright {
	width: 470px;
}
.news .news_con .conright .r_top {
	height: 52px;
	background: #0d4e9b;
	font-size: 18px;
	line-height: 52px;
	text-align: center;
}
.news .news_con .conright .r_top i {
	font-size: 14px;
}
.news .news_con .conright .r_top a {
	color: #fff;
}
.news .news_con .right_con {
	position: relative;
	overflow: hidden;
}
.news .news_con .wtcont {
	height: 420px;
	padding-top: 10px;
	overflow: hidden;
}
.news .news_con .conright dl {
	padding: 15px 0;
	font-size: 14px;
	width: 330px;
	border-bottom: 1px dashed #e7e7e7;
}
.news .news_con .conright dt {
	padding: 2px 0;
	padding-left: 30px;
	font-weight: bold;
	font-size: 16px;
	height: 22px;
	line-height: 22px;
	background: url(news_q.png) no-repeat left center;
}
.news .news_con .conright dt a {
	color: #333;
}
.news .news_con .conright dd {
	height: 60px;
	margin-top: 13px;
	overflow: auto;
	background: url(news_a.png) no-repeat left top;
}
.news .news_con .conright dd a {
	display: block;
	color: #868686;
	line-height: 20px;
	height: 60px;
	margin-left: 30px;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
/**/



.yqlj {
	padding-top: 30px;
	background: url(l_bg.png);
	padding-bottom: 15px;
}
.yqlj .container {
	position: relative;
}
.yqlj h4 {
	background: url(yqljbd.png) no-repeat center 45px;
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px;
}
.yqlj h4 a {
	color: #333;
}
.yqlj h4 em {
	display: block;
	margin: 0 auto;
	font-size: 32px;
	color: #ccc;
	height: 30px;
	line-height: 30px;
	font-weight: bold;
}
.yqlj ul {
	padding: 20px 20px 20px 0;
	position: relative;
	z-index: 1;
}
.yqlj ul li {
	float: left;
	padding-right: 15px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	position: relative;
}
.yqlj a.yqlj_more {
	display: block;
	width: 15px;
	height: 16px;
	background: url(yqljbg02.png) no-repeat center;
	position: absolute;
	right: 5px;
	top: 105px;
	z-index: 3;
}
.yqlj ul li a {
	color: #555;
}
.yqlj ul li:hover a {
	color: #0d4e9b;
}
.tu {
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 40px;
	margin-bottom: 40px;
	overflow: hidden;
}
.tu li {
	float: left;
	width: 247px;
	height: 382px;
	overflow: hidden;
	margin-right: 10px;
	line-height: 25px;
	padding-right: 20px;
	padding-left: 20px;
}
.tu li strong {
	display: block;
	font-size: 20px;
	color: #0d4e9b;
	padding-top: 290px;
	text-align: center;
	padding-bottom: 18px;
}
.tu li.a01 {
	float: left;
	background-image: url(index_05.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
.tu li.a02 {
	float: left;
	background-image: url(index_07.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
.tu li.a03 {
	float: left;
	background-image: url(index_09.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
.tu li.a04 {
	float: left;
	background-image: url(index_11.jpg);
	background-repeat: no-repeat;
	overflow: hidden;
}
.shili {
	width: 1190px;
	margin: 20px auto;
	position: relative;
	z-index: 10
}
.shili .menu {
	overflow: hidden;
	width: 100%;
	height: 190px;
	margin-bottom: 15px;
}
.shili .menu li {
	float: left;
	width: 25%;
*width:297px;
	height: 180px;
	overflow: hidden
}
.shili .menu .icon {
	display: block;
	width: 125px;
	height: 125px;
	margin: 0 auto;
	margin-bottom: 10px;
	position: relative
}
.shili .menu .icon img {
	display: block;
	position: absolute;
	left: 0;
	top: 0
}
.shili .menu h4 {
	text-align: center;
	margin-bottom: 5px;
	font-size: 18px;
	font-weight: normal
}
.shili .menu h4 a {
	color: #484848;
}
.shili .menu em {
	display: block;
	text-align: center;
	font-size: 12px;
	color: #cdcdcd;
	text-transform: uppercase;
}
.shili .menu .icon01 {
	background: url(shili01.png) no-repeat center top;
}
.shili .menu .icon02 {
	background: url(shili02.png) no-repeat center top;
}
.shili .menu .icon03 {
	background: url(shili03.png) no-repeat center top;
}
.shili .menu .icon04 {
	background: url(shili04.png) no-repeat center top;
}
.shili .menu img.ibg02 {
	display: none;
	animation: ibg02 5s linear infinite;
}
 @keyframes ibg02 {
 0% {
transform:rotate(0deg)
}
 100% {
transform:rotate(360deg)
}
}
.shili .menu li.cur img.ibg01 {
	display: none
}
.shili .menu li.cur img.ibg02 {
	display: block
}
.shili .menu li.cur .icon {
	background-position: bottom
}
.shili .menu li.cur a {
	color: #6ba722;
	font-weight: bold
}
.shili .slbox {
	display: none;
	overflow: hidden;
	width: 100%;
	height: 256px;
	padding-top: 9px;
	position: absolute;
	left: 50%;
	top: 200px;
	margin-left: -600px;
}
.shili .slbox .sl_s {
	display: block;
	position: absolute;
	left: 135px;
	top: 0
}
.shili .slWin {
	overflow: hidden;
	width: 1152px;
	height: 218px;
	position: relative;
	background-color: #595656;
	border-radius: 5px;
	position: relative;
	border: 19px solid #595656;
}
.shili .slWin ul {
	overflow: hidden;
	position: absolute;
}
.shili .slWin li {
	float: left;
	width: 268px;
	height: 218px;
	margin: 0 10px;
}
.shili .slWin li img {
	display: block;
	margin: 10px auto;
	border: 5px solid #fff;
}
.shili .slWin li span {
	display: block;
	text-align: center;
	font-size: 13px;
	color: #fff;
}
.shili .slWin li a {
	display: block;
	text-decoration: none
}
.header {
	position: fixed;
	height: 100px;
	left: 0;
	top: 0;
	right: 0;
	z-index: 999;
	transition: 0.3s;
	font-size: 16px;
	background-color: #0d4e9b;
	max-width: 1920px;
	margin: 0 auto;
}
.header .logo {
	max-width: 440px;
	width: 20%;
	min-width: 340px;
	left: -30px;
	height: 100%;
	transition: 0.3s;
	background-size: 247px;
	position: absolute;
}
.header .logo::after {
	content: '';
	display: block;
	position: absolute;
	background: #fff;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	transform: skewX(-30deg);
}
.header .logo img {
	position: relative;
	z-index: 55;
	top: 50%;
	transform: translateY(-50%);
	left: 15%;
	max-height: 80%;
}
.header .hd-tool {
	position: absolute;
	right: 30px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 15px;
}
.header .pc-menus {
	white-space: nowrap;
	transition: 0.3s;
	text-align: center;
	float:right;
	position: absolute;
	left: 0;
	right: 0;
}
.header .pc-menus .item {
	font-size: 15px;
	display: inline-block;
	width: 117px;
	height: calc(100px);
	line-height: calc(100px);
	margin-left: 30px;
	float:left;
}
.header .pc-menus ul{ float:right; margin-right:5%;}
.header .pc-menus .item a {
	color: #fff;
	display: block;
	position: relative;
	font-size: 16px
}
.header .pc-menus .item a:after {
	content: '';
	display: block;
	width: 0;
	left: 50%;
	height: 3px;
	background-color: #ff6c04;
	position: absolute;
	bottom: 0;
	transition: 0.3s;
}
.header .pc-menus .item.active a:after,  .header .pc-menus .item:Hover a:after {
	left: 0;
	width: 100%;
}
#menu a.active:after{	left: 0;
	width: 100%;}

.header .pc-menus .item a:hover,  .header .pc-menus .item a.active {
	color: #fff;
}

@media (max-width: 1920px) {
.header .s2 .pc-menus {
	left: 10%;
}
.header .pc-menus .item {
	margin-left: 15px;
}
}

@media (max-width: 1440px) {
.header .s2 .pc-menus {
	left: 20%;
}
.header .pc-menus .item {
	width:110px;
	margin-left: 0;
}
}

@media (max-width: 1199px) {
.header {
	height: 80px;
	background: #fff;
}
.header .hd-tool .lanuage {
	line-height: 80px;
	color: #333;
}
}

@media (max-width: 640px) {
.header {
	height: 50px;
}
.header .m-nav {
	top: 50px;
}
.header .logo {
	left: 0;
}
.header .logo img {
	left: 15px;
}
.header .hd-tool .lanuage {
	height: 30px;
	line-height: 30px;
	font-size: 12px;
}
.header .hd-tool .lanuage .iconfont {
	padding-left: 3px;
}
.header .hd-tool {
	right: 15px;
}
.header .hd-tool .iconfont {
	font-size: 10px;
	padding-left: 10px;
}
}

@media (max-width: 480px) {
}
.header.default {
	top: -100px;
}
.content-item {
	display: none;
}
.content-item.active {
	display: block;
}
dl,  dt,  dd,  ol,  ul,  li {
	list-style: none;
	margin: 0;
	padding: 0;
}
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}
.col-xs-12 {
	width: 100%
}
.col-xs-11 {
	width: 91.66666667%
}
.col-xs-10 {
	width: 83.33333333%
}
.col-xs-9 {
	width: 75%
}
.col-xs-8 {
	width: 66.66666667%
}
.col-xs-7 {
	width: 58.33333333%
}
.col-xs-6 {
	width: 50%
}
.col-xs-5 {
	width: 41.66666667%
}
.col-xs-4 {
	width: 33.33333333%
}
.col-xs-3 {
	width: 25%
}
.col-xs-2 {
	width: 16.66666667%
}
.col-xs-1 {
	width: 8.33333333%
}
.col-xs-pull-12 {
	right: 100%
}
.col-xs-pull-11 {
	right: 91.66666667%
}
.col-xs-pull-10 {
	right: 83.33333333%
}
.col-xs-pull-9 {
	right: 75%
}
.col-xs-pull-8 {
	right: 66.66666667%
}
.col-xs-pull-7 {
	right: 58.33333333%
}
.col-xs-pull-6 {
	right: 50%
}
.col-xs-pull-5 {
	right: 41.66666667%
}
.col-xs-pull-4 {
	right: 33.33333333%
}
.col-xs-pull-3 {
	right: 25%
}
.col-xs-pull-2 {
	right: 16.66666667%
}
.col-xs-pull-1 {
	right: 8.33333333%
}
.col-xs-pull-0 {
	right: auto
}
.col-xs-push-12 {
	left: 100%
}
.col-xs-push-11 {
	left: 91.66666667%
}
.col-xs-push-10 {
	left: 83.33333333%
}
.col-xs-push-9 {
	left: 75%
}
.col-xs-push-8 {
	left: 66.66666667%
}
.col-xs-push-7 {
	left: 58.33333333%
}
.col-xs-push-6 {
	left: 50%
}
.col-xs-push-5 {
	left: 41.66666667%
}
.col-xs-push-4 {
	left: 33.33333333%
}
.col-xs-push-3 {
	left: 25%
}
.col-xs-push-2 {
	left: 16.66666667%
}
.col-xs-push-1 {
	left: 8.33333333%
}
.col-xs-push-0 {
	left: auto
}
.col-xs-offset-12 {
	margin-left: 100%
}
.col-xs-offset-11 {
	margin-left: 91.66666667%
}
.col-xs-offset-10 {
	margin-left: 83.33333333%
}
.col-xs-offset-9 {
	margin-left: 75%
}
.col-xs-offset-8 {
	margin-left: 66.66666667%
}
.col-xs-offset-7 {
	margin-left: 58.33333333%
}
.col-xs-offset-6 {
	margin-left: 50%
}
.col-xs-offset-5 {
	margin-left: 41.66666667%
}
.col-xs-offset-4 {
	margin-left: 33.33333333%
}
.col-xs-offset-3 {
	margin-left: 25%
}
.col-xs-offset-2 {
	margin-left: 16.66666667%
}
.col-xs-offset-1 {
	margin-left: 8.33333333%
}
.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width:768px) {
.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
	float: left
}
.col-sm-12 {
	width: 100%
}
.col-sm-11 {
	width: 91.66666667%
}
.col-sm-10 {
	width: 83.33333333%
}
.col-sm-9 {
	width: 75%
}
.col-sm-8 {
	width: 66.66666667%
}
.col-sm-7 {
	width: 58.33333333%
}
.col-sm-6 {
	width: 50%
}
.col-sm-5 {
	width: 41.66666667%
}
.col-sm-4 {
	width: 33.33333333%
}
.col-sm-3 {
	width: 23%;
}
.col-sm-2 {
	width: 16.66666667%
}
.col-sm-1 {
	width: 8.33333333%
}
.col-sm-pull-12 {
	right: 100%
}
.col-sm-pull-11 {
	right: 91.66666667%
}
.col-sm-pull-10 {
	right: 83.33333333%
}
.col-sm-pull-9 {
	right: 75%
}
.col-sm-pull-8 {
	right: 66.66666667%
}
.col-sm-pull-7 {
	right: 58.33333333%
}
.col-sm-pull-6 {
	right: 50%
}
.col-sm-pull-5 {
	right: 41.66666667%
}
.col-sm-pull-4 {
	right: 33.33333333%
}
.col-sm-pull-3 {
	right: 25%
}
.col-sm-pull-2 {
	right: 16.66666667%
}
.col-sm-pull-1 {
	right: 8.33333333%
}
.col-sm-pull-0 {
	right: auto
}
.col-sm-push-12 {
	left: 100%
}
.col-sm-push-11 {
	left: 91.66666667%
}
.col-sm-push-10 {
	left: 83.33333333%
}
.col-sm-push-9 {
	left: 75%
}
.col-sm-push-8 {
	left: 66.66666667%
}
.col-sm-push-7 {
	left: 58.33333333%
}
.col-sm-push-6 {
	left: 50%
}
.col-sm-push-5 {
	left: 41.66666667%
}
.col-sm-push-4 {
	left: 33.33333333%
}
.col-sm-push-3 {
	left: 25%
}
.col-sm-push-2 {
	left: 16.66666667%
}
.col-sm-push-1 {
	left: 8.33333333%
}
.col-sm-push-0 {
	left: auto
}
.col-sm-offset-12 {
	margin-left: 100%
}
.col-sm-offset-11 {
	margin-left: 91.66666667%
}
.col-sm-offset-10 {
	margin-left: 83.33333333%
}
.col-sm-offset-9 {
	margin-left: 75%
}
.col-sm-offset-8 {
	margin-left: 66.66666667%
}
.col-sm-offset-7 {
	margin-left: 58.33333333%
}
.col-sm-offset-6 {
	margin-left: 50%
}
.col-sm-offset-5 {
	margin-left: 41.66666667%
}
.col-sm-offset-4 {
	margin-left: 33.33333333%
}
.col-sm-offset-3 {
	margin-left: 25%
}
.col-sm-offset-2 {
	margin-left: 16.66666667%
}
.col-sm-offset-1 {
	margin-left: 8.33333333%
}
.col-sm-offset-0 {
	margin-left: 0
}
}

@media (min-width:992px) {
.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
	float: left
}
.col-md-12 {
	width: 100%
}
.col-md-11 {
	width: 91.66666667%
}
.col-md-10 {
	width: 83.33333333%
}
.col-md-9 {
	width: 75%
}
.col-md-8 {
	width: 66.66666667%
}
.col-md-7 {
	width: 58.33333333%
}
.col-md-6 {
	width: 50%
}
.col-md-5 {
	width: 41.66666667%
}
.col-md-4 {
	width: 33.33333333%
}
.col-md-3 {
	width: 25%
}
.col-md-2 {
	width: 16.66666667%
}
.col-md-1 {
	width: 8.33333333%
}
.col-md-pull-12 {
	right: 100%
}
.col-md-pull-11 {
	right: 91.66666667%
}
.col-md-pull-10 {
	right: 83.33333333%
}
.col-md-pull-9 {
	right: 75%
}
.col-md-pull-8 {
	right: 66.66666667%
}
.col-md-pull-7 {
	right: 58.33333333%
}
.col-md-pull-6 {
	right: 50%
}
.col-md-pull-5 {
	right: 41.66666667%
}
.col-md-pull-4 {
	right: 33.33333333%
}
.col-md-pull-3 {
	right: 25%
}
.col-md-pull-2 {
	right: 16.66666667%
}
.col-md-pull-1 {
	right: 8.33333333%
}
.col-md-pull-0 {
	right: auto
}
.col-md-push-12 {
	left: 100%
}
.col-md-push-11 {
	left: 91.66666667%
}
.col-md-push-10 {
	left: 83.33333333%
}
.col-md-push-9 {
	left: 75%
}
.col-md-push-8 {
	left: 66.66666667%
}
.col-md-push-7 {
	left: 58.33333333%
}
.col-md-push-6 {
	left: 50%
}
.col-md-push-5 {
	left: 41.66666667%
}
.col-md-push-4 {
	left: 33.33333333%
}
.col-md-push-3 {
	left: 25%
}
.col-md-push-2 {
	left: 16.66666667%
}
.col-md-push-1 {
	left: 8.33333333%
}
.col-md-push-0 {
	left: auto
}
.col-md-offset-12 {
	margin-left: 100%
}
.col-md-offset-11 {
	margin-left: 91.66666667%
}
.col-md-offset-10 {
	margin-left: 83.33333333%
}
.col-md-offset-9 {
	margin-left: 75%
}
.col-md-offset-8 {
	margin-left: 66.66666667%
}
.col-md-offset-7 {
	margin-left: 58.33333333%
}
.col-md-offset-6 {
	margin-left: 50%
}
.col-md-offset-5 {
	margin-left: 41.66666667%
}
.col-md-offset-4 {
	margin-left: 33.33333333%
}
.col-md-offset-3 {
	margin-left: 25%
}
.col-md-offset-2 {
	margin-left: 16.66666667%
}
.col-md-offset-1 {
	margin-left: 8.33333333%
}
.col-md-offset-0 {
	margin-left: 0
}
}

@media (min-width:1200px) {
.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
	float: left
}
.col-lg-12 {
	width: 100%
}
.col-lg-11 {
	width: 91.66666667%
}
.col-lg-10 {
	width: 83.33333333%
}
.col-lg-9 {
}
.col-lg-8 {
	width: 66.66666667%
}
.col-lg-7 {
	width: 58.33333333%
}
.col-lg-6 {
	width: 50%
}
.col-lg-5 {
	width: 41.66666667%
}
.col-lg-4 {
	width: 33.33333333%
}
.col-lg-3 {
	width:60%
}
.col-lg-2 {
	width: 16.66666667%
}
.col-lg-1 {
	width: 8.33333333%
}
.col-lg-pull-12 {
	right: 100%
}
.col-lg-pull-11 {
	right: 91.66666667%
}
.col-lg-pull-10 {
	right: 83.33333333%
}
.col-lg-pull-9 {
	right: 75%
}
.col-lg-pull-8 {
	right: 66.66666667%
}
.col-lg-pull-7 {
	right: 58.33333333%
}
.col-lg-pull-6 {
	right: 50%
}
.col-lg-pull-5 {
	right: 41.66666667%
}
.col-lg-pull-4 {
	right: 33.33333333%
}
.col-lg-pull-3 {
	right: 25%
}
.col-lg-pull-2 {
	right: 16.66666667%
}
.col-lg-pull-1 {
	right: 8.33333333%
}
.col-lg-pull-0 {
	right: auto
}
.col-lg-push-12 {
	left: 100%
}
.col-lg-push-11 {
	left: 91.66666667%
}
.col-lg-push-10 {
	left: 83.33333333%
}
.col-lg-push-9 {
	left: 75%
}
.col-lg-push-8 {
	left: 66.66666667%
}
.col-lg-push-7 {
	left: 58.33333333%
}
.col-lg-push-6 {
	left: 50%
}
.col-lg-push-5 {
	left: 41.66666667%
}
.col-lg-push-4 {
	left: 33.33333333%
}
.col-lg-push-3 {
	left: 25%
}
.col-lg-push-2 {
	left: 16.66666667%
}
.col-lg-push-1 {
	left: 8.33333333%
}
.col-lg-push-0 {
	left: auto
}
.col-lg-offset-12 {
	margin-left: 100%
}
.col-lg-offset-11 {
	margin-left: 91.66666667%
}
.col-lg-offset-10 {
	margin-left: 83.33333333%
}
.col-lg-offset-9 {
	margin-left: 75%
}
.col-lg-offset-8 {
	margin-left: 66.66666667%
}
.col-lg-offset-7 {
	margin-left: 58.33333333%
}
.col-lg-offset-6 {
	margin-left: 50%
}
.col-lg-offset-5 {
	margin-left: 41.66666667%
}
.col-lg-offset-4 {
	margin-left: 33.33333333%
}
.col-lg-offset-3 {
	margin-left: 25%
}
.col-lg-offset-2 {
	margin-left: 16.66666667%
}
.col-lg-offset-1 {
	margin-left: 8.33333333%
}
.col-lg-offset-0 {
	margin-left: 0
}
}
table {
	background-color: transparent
}
caption {
	padding-top: 8px;
	padding-bottom: 8px;
	color: #777;
	text-align: left
}
th {
	text-align: left
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px
}
.live-data {
	text-align: center;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-left: -5px;
	margin-right: -5px;
}
.live-data > * {
	padding-left: 5px;
	padding-right: 5px;
	margin-bottom: 10px;
}
.live-data .num {
	font-size: 2.5rem;
	color: #0d4e9b;
	/* font-family: medium; */

	font-weight: 900
}
.live-data .tit {
	font-size: 16px;
	color: #666666;
}
.live-data br {
	display: none;
}

@media (max-width: 768px) {
.live-data li:nth-child(3),  .live-data li:nth-child(4) {
	margin-top: 0.8rem;
}
.live-data .num {
	font-size: 30px;
}
.live-data .tit {
	font-size: 12px;
}
}
.hd1 {
	font-size: 36px;
	margin-bottom: 0.6rem;
	padding-bottom: 10px;
	position: relative;
	line-height: 1.6;
	font-family: "Roboto Slab", Arial, Verdana, "Noto Sans TC", "Microsoft JhengHei", PMingLiU, sans-serif;
}
.hd1::after {
	content: '';
	display: block;
	position: absolute;
	width: 22px;
	height: 3px;
	background-color: #ff6c04;
	transition: 0.3s;
	bottom: 0;
	left: 0;
}
.hd1 h2 {
	color: #0d4e9b;
}
.hd1 .en {
	color: #bbbbbb;
}

@media (min-width: 1200px) {
.hd1:hover::after {
	width: 120px;
}
}

@media (max-width: 640px) {
.hd1 {
	font-size: 24px;
}
.hd1 .en {
	font-size: 18px;
	margin-top: 5px;
}
}

@media (max-width: 480px) {
.hd1 {
	font-size: 24px;
}
.hd1 .en {
	margin-top: 5px;
	font-size: 18px;
}
}
.hd2 {
	position: relative;
}
.hd2 h2 {
	font-size: 0.36rem;
}
.hd2 .more1 {
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	transform: translateY(-50%);
}

@media (max-width: 992px) {
.hd2 h2 {
	font-size: 24px;
}
}

@media (max-width: 640px) {
.hd2 h2 {
	font-size: 22px;
}
}
.hd3 {
	font-size: 36px;
	margin-bottom: 0.6rem;
	padding-bottom: 10px;
	position: relative;
	line-height: 1.6;
	font-family: "Roboto Slab", Arial, Verdana, "Noto Sans TC", "Microsoft JhengHei", PMingLiU, sans-serif;
	line-height: 2;
}
.hd3::after {
	content: '';
	display: block;
	position: absolute;
	width: 22px;
	height: 3px;
	background-color: #ff6c04;
	transition: 0.3s;
	bottom: 0;
	left: 0;
}
.hd3 h2 {
	color: #0d4e9b;
}
.hd3 .en {
	color: #bbbbbb;
}

@media (min-width: 1200px) {
.hd3:hover::after {
	width: 120px;
}
}

@media (max-width: 640px) {
.hd3 {
	font-size: 24px;
}
.hd3 .en {
	font-size: 18px;
	margin-top: 5px;
}
}

@media (max-width: 480px) {
.hd3 {
	font-size: 24px;
}
.hd3 .en {
	margin-top: 5px;
	font-size: 18px;
}
}
.hd3 h2 {
	font-size: 0.48rem;
	text-transform: uppercase;
	font-weight: bold;
}
.hd3 .tit {
	font-size: 0.3rem;
}
.hd3.white h2,  .hd3.white .tit {
	color: #fff;
}

@media (max-width: 768px) {
.hd3 .tit {
	font-size: 24px;
}
}

@media (max-width: 640px) {
.hd3 .tit {
	font-size: 20px;
}
}
h1,  h2,  h3,  h4,  h5 {
	margin: 0;
	padding: 0;
	font-size: inherit;
}
.cover-wrap {
	position: relative;
	overflow: hidden;
	cursor: pointer;
}
.cover-wrap img {
	width: 100%;
	display: block;
	transform: translateZ(0);
	transition: transform 0.3s ease 0s;
}
.cover-wrap .cover {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	transition: all 0.4s ease 0s;
	background: rgba(0, 0, 0, 0.5);
}
.cover-wrap p {
	margin: 0;
}
.cover-wrap .text {
	font-size: 16px;
	line-height: 30px;
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
	padding: 10px 0;
}
.cover-wrap .text::before,  .cover-wrap .text::after {
	content: '';
	position: absolute;
	display: block;
	width: 100px;
	height: 2px;
	background-color: #f2f2f2;
	left: 50%;
	margin-left: -50px;
	transition: all 0.6s ease 0s;
	z-index: 99;
}
.cover-wrap .text::before {
	top: 0;
}
.cover-wrap .text::after {
	bottom: 0;
}
.cover-wrap:hover img {
	transform: scale(1.05, 1.05);
}
.cover-wrap:hover .cover {
	opacity: 1;
}
.cover-wrap:hover .text::before,  .cover-wrap:hover .text::after {
	width: 6px;
	margin-left: -3px;
	opacity: 0.6;
	filter: alpha(opacity=60);
}
.row {
	margin-left: -15px;
	margin-right: -15px
}
.kh {
	width: 100%;
	background: #f0f0f0;/* padding-bottom: 61px; */
}
.kh .container {
	position: relative;
	position: relative;
	width: 1200px;
	margin: 0 auto
}
.kh .Title {
	padding-top: 72px;
}
.kh .con {
	height: 260px;
	margin: 36px 0 28px 0;
	position: relative;
	overflow: hidden;
}
.kh .con ul {
	width: 105%;
	overflow: hidden;
	position: absolute;
	top: 0;
	left: 0;
	height: 260px;
}
.kh .con li {
	float: left;
	width: 280px;
	height: 120px;
	margin: 6px 11px;
}
.kh .con li a {
	margin-top: 20px;
	display: block;
	border: 1px solid #d9d9d9;
	overflow: hidden;
}
.kh .con li img {
	display: block;
	padding: 0px !important;
	transition: 0.8s;
	-moz-transition: 0.8s, -moz-transform 0.8s;
	-webkit-transition: 0.8s, -webkit-transform 0.8s;
}
.kh .con li:hover img {
	-webkit-transform: scale(1.1);
	-moz-transform: scale(1.1);
	-o-transform: scale(1.1);
	-m-transform: scale(1.1);
	transform: scale(1.1);
	box-shadow: 0 0 6px #00adef;
}
.kh .con li a:first-child {
	margin-top: 0;
}
.khBtn {
	overflow: hidden;
	width: 100%;
	text-align: center;
}
.khBtn ol li {
	width: 6px;
	height: 6px;
	background-color: #cccccc;
	margin: 0 10px;
	display: inline-block;
	border-radius: 50%;
}
.khBtn ol li {
*display: inline;
}
.khBtn ol li.cur {
	background-color: #172a86;
	width: 31px;
	border-radius: 3px;
}
.Title {
	width: 100%;
	overflow: hidden;
	text-align: center;
}
.Title h2 {
	font-size: 30px;
	font-weight: bold;
}
.Title h2 a {
	color: #172a86;
}
.Title .p1 {
	font-size: 20px;
	color: #666666;
	margin: 6px 0 16px 0;
	line-height: 60px;
}
.Title .p2 {
	font-size: 14px;
	color: #ccc;
	font-family: 'Myriad Pro';
}
.yqlj {
	padding-top: 30px;
	background: url(l_bg.png);
	padding-bottom: 15px
}
.yqlj .container {
	position: relative
}
.yqlj h4 {
	background: url(yqljbd.png) no-repeat center 45px;
	font-size: 26px;
	text-align: center;
	margin-bottom: 20px
}
.yqlj h4 a {
	color: #333
}
.yqlj h4 em {
	display: block;
	margin: 0 auto;
	font-size: 32px;
	color: #ccc;
	height: 30px;
	line-height: 30px;
	font-weight: 700
}
.yqlj ul {
	padding: 20px 20px 20px 0;
	position: relative;
	z-index: 1
}
.yqlj ul li {
	float: left;
	padding-right: 15px;
	font-size: 14px;
	height: 20px;
	line-height: 20px;
	position: relative
}
.yqlj a.yqlj_more {
	display: block;
	width: 15px;
	height: 16px;
	background: url(yqljbg02.png) no-repeat center;
	position: absolute;
	right: 5px;
	top: 105px;
	z-index: 3
}
.yqlj ul li a {
	color: #555
}
.yqlj ul li:hover a {
	color: #313131
}
#wrap2 {
	width: 100%;
	background: url(bg1.jpg) no-repeat center center;/* padding:35px 0px; */
}
.prott {
	width: 1200px;
	height: auto;
	OVERFLOW: hidden;
	ZOOM: 1;
	margin-top: 40px;
}
.prott .pcontt {
	FLOAT: left;
	OVERFLOW: hidden;
	WIDTH: 1100px;
	margin-left: 22px;
	ZOOM: 1;
}
.prott .ScrCont1 {
	WIDTH: 32733px;
	ZOOM: 1;
}
.prott #List3_1 {
	FLOAT: left;
}
.prott #List4_1 {
	FLOAT: left;
}
.prott .LeftBotton1 {
	background: url(pre.png) no-repeat left top;
	FLOAT: left;
	WIDTH: 28px;
	HEIGHT: 28px;
	margin-top:120px;
}
.prott .RightBotton1 {
	background: url(next.png) no-repeat top right;
	FLOAT: right;
	WIDTH: 28px;
	HEIGHT: 28px;
	margin-top:120px;
}
.prott .LeftBotton1:hover {
	background: url(pre.png) no-repeat left top;
}
.prott .RightBotton1:hover {
	background: url(next.png) no-repeat top right;
}
.prott .pl1 {
	DISPLAY: block;
	CURSOR: pointer;
	float: left;
}
.prott .pl1 li {
	width: 245px;
	float: left;
	text-align: center;
	margin: 10px;
	border: 5px solid #fff;
	-webkit-box-shadow: 0 0 8px #999;
	-moz-box-shadow: 0 0 8px #999;
	box-shadow: 0 0 8px #999;
	height: 245px;
}
.prott .pl1 li a {
	width: 245px;
	height:245px;
	display: inline-block;
}
.prott .pl1 li img {
	width:245px;
	height:245px;
}
.dllist1 {
	margin: 0px auto;
}
.dllist1 dl {
	float: left;
	margin: 20px 10px 0px 10px;
}
.dllist1 dl img {
	width: 280px;
	height: 200px;
}
.title2 {
	text-align: center;
	color: #fff;
}
.title2 li {
	font-size: 26px;
}
.title2 p {
	font-size: 14px;
	font-family: "Arial";
}
#demo {
	overflow: hidden;
	width: 1200px;
}
#indemo {
	float: left;
	width: 800%;
}
#demo1 {
	float: left;
}
#demo2 {
	float: left;
}
.sbj {/* padding-top:30px; */
}
.moddle {
	width: 1200px;
}
.center {
	margin: auto;
}
